home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / editor / frexxed / fpl / appquery.fpl.readme < prev    next >
Text File  |  1996-08-22  |  968b  |  27 lines

  1. ############################################
  2. File:           AppQuery.FPL
  3. Author:         Daniel Stenberg, Nicolas S Dade
  4. Email:          Daniel.Stenberg@sth.frontec.se
  5. Short:          Pop up requester when icon is dropped on AppIcon/AppWindow
  6. Version:        1.3
  7. Date:           22.8.96
  8. Local settings:
  9. Global settings:
  10. Keysequence:
  11. Type:           hook
  12. Prereq:
  13. ############################################
  14.  
  15. FUNCTION
  16.   Whenever one or more icons are dropped on the FrexxEd AppIcon or AppWindow,
  17. this program brings up a requester for a each of the icons and query the user
  18. whether to open the file into a new buffer, insert it at current position,
  19. always open dropped files in new buffers or cancel the operation.
  20.  
  21. HISTORY
  22.     1.1 Added WindowToFront()
  23.         1.2 Nicolas S Dade added the "cancel" button in the requester
  24.     1.3 FrexxEd v2 adjusted (reported by C.H. Chee)
  25.         Added the info AppQuery variable for prefs
  26.         Added an extra button to the query requester
  27.